net/http.http2serverConn.advMaxStreams (field)

7 uses

	net/http (current package)
		h2_bundle.go#L4431: 		advMaxStreams:               conf.MaxConcurrentStreams,
		h2_bundle.go#L4598: 	advMaxStreams               uint32 // our SETTINGS_MAX_CONCURRENT_STREAMS advertised the client
		h2_bundle.go#L4918: 		{http2SettingMaxConcurrentStreams, sc.advMaxStreams},
		h2_bundle.go#L6047: 	if sc.curClientStreams+1 > sc.advMaxStreams {
		h2_bundle.go#L6344: 	maxHandlers := sc.advMaxStreams
		h2_bundle.go#L6350: 	if len(sc.unstartedHandlers) > int(4*sc.advMaxStreams) {
		h2_bundle.go#L6366: 	maxHandlers := sc.advMaxStreams